Absolute Unit (px)

Fixed width:250px and height:150px

Relative (%)

percentage of its parent width:20% and height:20%

Viewport unit (vw/vh)

50vw wide, 20vh height → resizes with window.

em Units

Width = 15em (depends on font-size of its parent).

rem Units

Width = 20rem (relative to root font-size).